hasTrim

abstract fun hasTrim(block: DesignBlock): Boolean

Deprecated

Use supportsTrim instead.

Replace with

this.supportsTrim(block)

Returns whether the block has trim properties.

Return

true, if the block has trim properties.

Parameters

block

the block to query.